github.com/refraction-networking/utls.clientHelloMsg.compressionMethods (field)
14 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L77: compressionMethods: []uint8{compressionNone},
handshake_messages.go#L77: compressionMethods []uint8
handshake_messages.go#L387: b.AddBytes(m.compressionMethods)
handshake_messages.go#L476: if !readUint8LengthPrefixed(&s, &m.compressionMethods) {
handshake_messages.go#L724: compressionMethods: slices.Clone(m.compressionMethods),
handshake_server.go#L216: for _, compression := range hs.clientHello.compressionMethods {
handshake_server_tls13.go#L143: if len(hs.clientHello.compressionMethods) != 1 ||
handshake_server_tls13.go#L144: hs.clientHello.compressionMethods[0] != compressionNone {
handshake_server_tls13.go#L715: !bytes.Equal(ch.compressionMethods, ch1.compressionMethods) ||
u_handshake_client.go#L199: compressionMethods: []uint8{compressionNone},
u_public.go#L401: compressionMethods: chm.CompressionMethods,
u_public.go#L451: CompressionMethods: chm.compressionMethods,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |